home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / D-G / Graphic Gems Vol. 3.sit / GemsIII / alloc / alloc.h < prev   
Encoding:
C/C++ Source or Header  |  1992-06-16  |  214 b   |  13 lines  |  [TEXT/MPS ]

  1. /* alloc.h
  2.  *
  3.  * Header for alloc.c
  4.  *
  5.  * The type alloc_handle_t provides an opaque reference to the
  6.  * alloc pool - only the alloc routines know its structure.
  7.  */
  8.  
  9. typedef
  10. struct { int dummy; }
  11. alloc_handle_t;
  12.  
  13.